internal/strconv.decimalSlice.d (field)
15 uses
internal/strconv (current package)
ftoa.go#L137: digs.d = buf[:]
ftoa.go#L179: digs.d = buf[:]
ftoa.go#L197: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L220: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L400: d []byte
ftoa.go#L414: ch = d.d[0]
ftoa.go#L424: dst = append(dst, d.d[i:m]...)
ftoa.go#L469: dst = append(dst, d.d[:m]...)
ftoa.go#L483: ch = d.d[j]
ftoadbox.go#L176: i := formatBase10(d.d, mant)
ftoadbox.go#L177: d.d = d.d[i:]
ftoadbox.go#L178: d.nd = len(d.d)
ftoafixed.go#L176: if formatBase10(d.d[:digits], dm) != 0 {
ftoafixed.go#L180: for d.d[d.nd-1] == '0' {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |